home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / SERIES / INPUT / readme.txt
Text File  |  1997-03-25  |  870b  |  26 lines

  1. INPUT - Based directly on simple
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10. PURPOSE:
  11.     Show the use of simple windows input via mouse, keyboard, and timer.
  12.  
  13.  
  14. USES:
  15.     Based on simple.
  16.     Also uses some APIs first shown in output
  17.  
  18. COMMENTS:
  19.     Defines a simple message dispatch method in WndProc and msgtable.c
  20.  
  21. MODULE MAP:
  22.     Dispatch- Message dispatching routines
  23.     WinMain - Calls initialization functions and processes the message loop
  24.     Input   - Implements the windows procedure for the main application window
  25.     Init    - Performs application and instance specific initialization
  26.